Expand description

JSON-RPC servers utilities.

Re-exports

pub extern crate tokio;
pub extern crate tokio_codec;

Modules

Codecs utilities
CORS handling utility functions
Host header validation.
Event Loop Executor Either spawns a new event loop, or re-uses provided one.
Session statistics.

Structs

Incoming is a stream of incoming sockets Polling the stream may return a temporary io::Error (for instance if we can’t open the connection because of “too many open files” limit) we use for_each combinator which:

Traits

Pattern that can be matched to string.